From 8cc9b567c6b54857e2ac31529009ddd7021570a7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 Nov 2006 04:01:58 +0000 Subject: [PATCH] (compilation-directory-matcher): Improve previous doc fix. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index d1d42641ea3..15346be53c7 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -397,7 +397,7 @@ be added." (defvar compilation-directory-matcher '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1)) "A list for tracking when directories are entered or left. -nil means not to track directories, e.g. if all file names are absolute. The +If nil, do not track directories, e.g. if all file names are absolute. The first element is the REGEXP matching these messages. It can match any number of variants, e.g. different languages. The remaining elements are all of the form (DIR . LEAVE). If for any one of these the DIR'th subexpression -- 2.30.2